home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00036_Script_SwitchSwap < prev    next >
Text File  |  1999-02-25  |  422b  |  18 lines

  1. property switchSprite, switchWord
  2.  
  3. on mouseWithin me
  4.   set the memberNum of sprite 4 to switchSprite  
  5. end
  6.  
  7.  
  8. on getPropertyDescriptionList
  9.   set p_list = [¼
  10.             switchSprite: [ #default:0, #format:#integer, #comment:"memberNum of Switch"],¼
  11.             switchWord: [ #default:0, #format:#integer, #comment:"memberNum of Word"]] 
  12.   return p_list
  13. end
  14. on mouseEnter me
  15.   puppetSound 3, "click2"
  16.  
  17. end
  18.